Changeset 2621:3504fc9d2017 for inc/public
- Timestamp:
- 12/22/13 10:01:54 (12 years ago)
- Branch:
- default
- Location:
- inc/public/default-templates/currywurst
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/currywurst/_footer.html
r2619 r2621 1 < ul id="gotop" class="supranav"><li><a href="#top">Haut de page</a></li></ul>1 <p id="gotop"><a href="#top">Haut de page</a></p> 2 2 3 3 <div id="footer" role="contentinfo"> -
inc/public/default-templates/currywurst/_simple-entry.html
r2619 r2621 125 125 <h3>{{tpl:lang Your comment}}</h3> 126 126 <div class="comment-preview">{{tpl:CommentPreviewContent}}</div> 127 <p class="buttons">< input type="submit" class="submit" value="{{tpl:lang send}}" /></p>127 <p class="buttons"><button type="submit" class="submit" value="{{tpl:lang Send}}">{{tpl:lang Send}}</button></p> 128 128 </div> 129 129 </tpl:IfCommentPreview> … … 133 133 {{tpl:SysBehavior behavior="publicCommentFormBeforeContent"}} 134 134 135 <p class="field name-field"><label for="c_name">{{tpl:lang Name or nickname}} :</label>135 <p class="field name-field"><label for="c_name">{{tpl:lang Name or nickname}}<abbr title="{{tpl:lang Required field}}">*</abbr> :</label> 136 136 <input name="c_name" id="c_name" type="text" size="30" maxlength="255" 137 value="{{tpl:CommentPreviewName encode_html="1"}}" />137 value="{{tpl:CommentPreviewName encode_html="1"}}" required /> 138 138 </p> 139 139 140 <p class="field mail-field"><label for="c_mail">{{tpl:lang Email address}} :</label>140 <p class="field mail-field"><label for="c_mail">{{tpl:lang Email address}}<abbr title="{{tpl:lang Required field}}">*</abbr> :</label> 141 141 <input name="c_mail" id="c_mail" type="text" size="30" maxlength="255" 142 value="{{tpl:CommentPreviewEmail encode_html="1"}}" />142 value="{{tpl:CommentPreviewEmail encode_html="1"}}" required /> 143 143 </p> 144 144 145 <p class="field site-field"><label for="c_site">{{tpl:lang Website}} ({{tpl:lang optional}}) :</label>145 <p class="field site-field"><label for="c_site">{{tpl:lang Website}} :</label> 146 146 <input name="c_site" id="c_site" type="text" size="30" maxlength="255" 147 147 value="{{tpl:CommentPreviewSite encode_html="1"}}" /> … … 152 152 </p> 153 153 154 <p class="field field-content"><label for="c_content">{{tpl:lang Comment}} :</label>154 <p class="field field-content"><label for="c_content">{{tpl:lang Comment}}<abbr title="{{tpl:lang Required field}}">*</abbr> :</label> 155 155 <textarea name="c_content" id="c_content" cols="35" 156 rows="7" >{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea>156 rows="7" required>{{tpl:CommentPreviewContent raw="1" encode_html="1"}}</textarea> 157 157 </p> 158 158 … … 163 163 164 164 <p class="buttons"> 165 < input type="submit" class="preview" name="preview" value="{{tpl:lang preview}}" />165 <button type="submit" class="preview" name="preview" value="{{tpl:lang Preview}}">{{tpl:lang Preview}}</button> 166 166 <tpl:IfCommentPreview> 167 < input type="submit" class="submit" value="{{tpl:lang send}}" />167 <button type="submit" class="submit" value="{{tpl:lang Send}}">{{tpl:lang Send}}</button> 168 168 </tpl:IfCommentPreview> 169 169 </p> 170 </fieldset>171 170 </form> 172 171 </tpl:EntryIf> -
inc/public/default-templates/currywurst/_top.html
r2620 r2621 15 15 {{tpl:SysBehavior behavior="publicTopAfterContent"}} 16 16 17 {{tpl:SimpleMenu class=" header__nav nav" id="top-nav"}}17 {{tpl:SimpleMenu class="nav header__nav"}} 18 18 </div>
Note: See TracChangeset
for help on using the changeset viewer.