Changeset 12901 for main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
- Timestamp:
- 4 May 2015, 08:24:12 (10 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/datacenterlogsshowfilepage.pt
r11254 r12901 2 2 <input type="text" name="query" class="form-control" 3 3 tal:attributes="value view/query; placeholder view/placeholder" /> 4 <br /> 4 5 <input class="btn btn-primary" type="submit" name="search" 5 6 tal:attributes="value view/search_button" /> … … 9 10 tal:attributes="value view/filename" /> 10 11 </form> 11 12 <br /> 12 13 <div tal:condition="view/result|nothing"> 13 14 <pre tal:content="structure view/result"> -
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/staffsitelayout.pt
r11463 r12901 89 89 <div class="sidebar well"> 90 90 <div tal:condition="layout/getStudentName"> 91 <div class="kofa-sidebar-title" tal:content="layout/getStudentName">STUDENTNAME</div> 91 <div class="kofa-sidebar-title" tal:content="layout/getStudentName"> 92 STUDENTNAME 93 </div> 92 94 <ul class="nav"> 93 95 <tal:left content="structure provider:left_studentmanage" /> … … 95 97 </div> 96 98 <div tal:condition="layout/isAuthenticated"> 97 <div class="kofa-sidebar-title" tal:content="layout/getUserTitle">USERNAME</div> 99 <div class="kofa-sidebar-title" tal:content="layout/getUserTitle"> 100 USERNAME 101 </div> 98 102 <ul class="nav"> 99 103 <tal:left content="structure provider:left_manage" /> … … 132 136 </div> 133 137 <br /> 134 138 <div class="documentation" tal:condition="view/doclink|nothing"> 139 <a href="#" tal:attributes="href view/doclink" 140 i18n:translate="" target="_blank"> 141 Kofa Docs for this page 142 </a> 143 </div> 135 144 </div> 136 145 <!-- /Diazo element-->
Note: See TracChangeset for help on using the changeset viewer.