- Timestamp:
- Jul 22, 2006, 11:21:40 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/admin/configuration.tpl
r1448 r1491 18 18 <label for="gallery_title">{lang:Gallery title}</label> 19 19 </span> 20 <input type="text" maxlength="255" size="50" name="gallery_title" id="gallery_title" value="{general.CONF_GALLERY_TITLE}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>20 <input type="text" maxlength="255" size="50" name="gallery_title" id="gallery_title" value="{general.CONF_GALLERY_TITLE}" /> 21 21 </li> 22 22 … … 25 25 <label for="page_banner">{lang:Page banner}</label> 26 26 </span> 27 <textarea class="description" name="page_banner" id="page_banner" onfocus="this.className='description focus';" onblur="this.className='description nofocus';">{general.CONF_PAGE_BANNER}</textarea>27 <textarea class="description" name="page_banner" id="page_banner">{general.CONF_PAGE_BANNER}</textarea> 28 28 </li> 29 29 … … 32 32 <label for="gallery_url">{lang:Gallery URL}</label> 33 33 </span> 34 <input type="text" maxlength="255" size="50" name="gallery_url" id="gallery_url" value="{general.CONF_GALLERY_URL}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>34 <input type="text" maxlength="255" size="50" name="gallery_url" id="gallery_url" value="{general.CONF_GALLERY_URL}" /> 35 35 </li> 36 36 … … 77 77 <label for="nb_comment_page">{lang:Number of comments per page}</label> 78 78 </span> 79 <input type="text" size="3" maxlength="4" name="nb_comment_page" id="nb_comment_page" value="{comments.NB_COMMENTS_PAGE}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>79 <input type="text" size="3" maxlength="4" name="nb_comment_page" id="nb_comment_page" value="{comments.NB_COMMENTS_PAGE}" /> 80 80 </li> 81 81 … … 97 97 <label for="default_language">{lang:Language}</label> 98 98 </span> 99 <select name="default_language" id="default_language" onfocus="this.className='focus';" onblur="this.className='nofocus';">99 <select name="default_language" id="default_language"> 100 100 <!-- BEGIN language_option --> 101 101 <option value="{default.language_option.VALUE}" {default.language_option.SELECTED}>{default.language_option.CONTENT}</option> … … 108 108 <label for="nb_image_line">{lang:Number of images per row}</label> 109 109 </span> 110 <input type="text" size="3" maxlength="2" id="nb_image_line" name="nb_image_line" value="{default.NB_IMAGE_LINE}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>110 <input type="text" size="3" maxlength="2" id="nb_image_line" name="nb_image_line" value="{default.NB_IMAGE_LINE}" /> 111 111 </li> 112 112 … … 115 115 <label for="nb_line_page">{lang:Number of rows per page}</label> 116 116 </span> 117 <input type="text" size="3" maxlength="2" id="nb_line_page" name="nb_line_page" value="{default.NB_ROW_PAGE}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>117 <input type="text" size="3" maxlength="2" id="nb_line_page" name="nb_line_page" value="{default.NB_ROW_PAGE}" /> 118 118 </li> 119 119 … … 122 122 <label for="default_template">{lang:Interface theme}</label> 123 123 </span> 124 <select name="default_template" id="default_template" onfocus="this.className='focus';" onblur="this.className='nofocus';">124 <select name="default_template" id="default_template"> 125 125 <!-- BEGIN template_option --> 126 126 <option value="{default.template_option.VALUE}" {default.template_option.SELECTED}>{default.template_option.CONTENT}</option> … … 133 133 <label for="recent_period">{lang:Recent period}</label> 134 134 </span> 135 <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{default.CONF_RECENT}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>135 <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{default.CONF_RECENT}" /> 136 136 </li> 137 137 … … 152 152 <label for="default_maxwidth">{lang:Maximum width of the pictures}</label> 153 153 </span> 154 <input type="text" size="4" maxlength="4" id="default_maxwidth" name="default_maxwidth" value="{default.MAXWIDTH}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>154 <input type="text" size="4" maxlength="4" id="default_maxwidth" name="default_maxwidth" value="{default.MAXWIDTH}" /> 155 155 </li> 156 156 … … 159 159 <label for="default_maxheight">{lang:Maximum height of the pictures}</label> 160 160 </span> 161 <input type="text" size="4" maxlength="4" id="default_maxheight" name="default_maxheight" value="{default.MAXHEIGHT}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>161 <input type="text" size="4" maxlength="4" id="default_maxheight" name="default_maxheight" value="{default.MAXHEIGHT}" /> 162 162 </li> 163 163 </ul> -
trunk/template/yoga/admin/group_list.tpl
r1129 r1491 9 9 <label for="groupname">{lang:Group name}</label> 10 10 </span> 11 <input type="text" id="groupname" name="groupname" maxlength="50" size="20" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>11 <input type="text" id="groupname" name="groupname" maxlength="50" size="20" /> 12 12 13 13 <p> -
trunk/template/yoga/admin/thumbnail.tpl
r1129 r1491 79 79 <label for="width">{lang:maximum width}</label> 80 80 </span> 81 <input type="text" id="width" name="width" value="{params.WIDTH_TN}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>81 <input type="text" id="width" name="width" value="{params.WIDTH_TN}" /> 82 82 </li> 83 83 … … 86 86 <label for="height">{lang:maximum height}</label> 87 87 </span> 88 <input type="text" id="height" name="height" value="{params.HEIGHT_TN}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>88 <input type="text" id="height" name="height" value="{params.HEIGHT_TN}" /> 89 89 </li> 90 90 -
trunk/template/yoga/default-colors.css
r1418 r1491 22 22 23 23 /* Tables & forms */ 24 INPUT, SELECT, TEXTAREA { 25 color:black; 24 25 /* IE <= 6 is so bad with this that you can't merge with the following rule */ 26 INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], 27 INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] { 28 color:black; 29 background-color: #d3d3d3; /* lightgrey */ 26 30 } 27 INPUT, SELECT, TEXTAREA, FORM .nofocus { 28 background-color: #d3d3d3; /* lightgrey */ 31 32 INPUT.text, INPUT.password, INPUT.button, 33 INPUT.submit, INPUT.reset, INPUT.file, 34 SELECT, TEXTAREA { 35 color:black; 36 background-color: #d3d3d3; /* lightgrey */ 29 37 } 30 FORM .focus { 38 /*INPUT.text.focus, INPUT.password.focus, INPUT.button.focus, 39 INPUT.submit.focus, INPUT.reset.focus, INPUT.file.focus,*/ 40 INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus { 31 41 background-color: #f5f5f5; /* whitesmoke */ 32 }33 INPUT[type="radio"] { /* for Opera */34 border: none;35 background-color: transparent;36 42 } 37 43 -
trunk/template/yoga/fix-ie5-ie6.css
r1479 r1491 12 12 } 13 13 14 /* to get less hugly checkboxes at least in tagSelection */ 15 /* as well as several forms */ 16 FORM#update FIELDSET INPUT, 17 UL.tagSelection LI INPUT, 18 #content UL.thumbnails SPAN.wrap2 INPUT { 14 /* some theme set a border on INPUT which is not pretty for those */ 15 INPUT.radio, INPUT.checkbox { 19 16 border: none; 20 background-color: transparent;21 17 } 22 18 -
trunk/template/yoga/header.tpl
r1475 r1491 28 28 /* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */ 29 29 BODY { behavior:url("{pwg_root}template-common/csshover.htc"); } 30 A IMG, .button, .icon { behavior:url("{pwg_root}template-common/tooltipfix.htc"); } 30 A IMG, .button, .icon { 31 behavior:url("{pwg_root}template-common/tooltipfix.htc"); 32 } 33 FORM { behavior: url("{pwg_root}template-common/inputfix.htc"); } 31 34 </style> 32 35 <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script> -
trunk/template/yoga/identification.tpl
r1143 r1491 32 32 <label for="username">{L_USERNAME}</label> 33 33 </span> 34 <input tabindex="1" class="login" type="text" name="username" id="username" size="25" maxlength="40" value="{USERNAME}" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>34 <input tabindex="1" class="login" type="text" name="username" id="username" size="25" maxlength="40" value="{USERNAME}" /> 35 35 </li> 36 36 … … 39 39 <label for="password">{L_PASSWORD}</label> 40 40 </span> 41 <input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>41 <input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25" /> 42 42 </li> 43 43 -
trunk/template/yoga/menubar.tpl
r1466 r1491 90 90 <label> 91 91 {lang:Username} 92 <input type="text" name="username" size="15" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';">92 <input type="text" name="username" size="15" value=""> 93 93 </label> 94 94 95 95 <label> 96 96 {lang:password} 97 <input type="password" name="password" size="15" onfocus="this.className='focus';" onblur="this.className='nofocus';">97 <input type="password" name="password" size="15"> 98 98 </label> 99 99 -
trunk/template/yoga/password.tpl
r1129 r1491 38 38 <label for="mail_address">{lang:Email address}</label> 39 39 </span> 40 <input class="login" type="text" name="mail_address" id="mail_address" size="40" maxlength="40" onfocus="this.className='focus';" onblur="this.className='nofocus';">40 <input class="login" type="text" name="mail_address" id="mail_address" size="40" maxlength="40" > 41 41 </li> 42 43 42 <li> 44 43 <span class="property"> -
trunk/template/yoga/profile.tpl
r1244 r1491 28 28 {USERNAME} 29 29 </li> 30 31 30 <li> 32 31 <span class="property"> 33 32 <label for="mail_address">{lang:Email address}</label> 34 33 </span> 35 <input type="text" name="mail_address" id="mail_address" value="{EMAIL}" onfocus="this.className='focus';" onblur="this.className='nofocus';">34 <input type="text" name="mail_address" id="mail_address" value="{EMAIL}"> 36 35 </li> 37 38 36 <li> 39 37 <span class="property"> 40 38 <label for="password">{L_CURRENT_PASSWORD}</label> 41 39 </span> 42 <input type="password" name="password" id="password" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';">40 <input type="password" name="password" id="password" value=""> 43 41 </li> 44 45 42 <li> 46 43 <span class="property"> 47 44 <label for="use_new_pwd">{L_NEW_PASSWORD}</label> 48 45 </span> 49 <input type="password" name="use_new_pwd" id="use_new_pwd" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';">46 <input type="password" name="use_new_pwd" id="use_new_pwd" value=""> 50 47 </li> 51 52 48 <li> 53 49 <span class="property"> 54 50 <label for="passwordConf">{L_CONFIRM_PASSWORD}</label> 55 51 </span> 56 <input type="password" name="passwordConf" id="passwordConf" value="" onfocus="this.className='focus';" onblur="this.className='nofocus';">52 <input type="password" name="passwordConf" id="passwordConf" value=""> 57 53 </li> 58 54 </ul> … … 67 63 <label for="nb_image_line">{L_NB_IMAGE_LINE}</label> 68 64 </span> 69 <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{NB_IMAGE_LINE}" 70 onfocus="this.className='focus';" onblur="this.className='nofocus';"> 65 <input type="text" size="3" maxlength="2" name="nb_image_line" id="nb_image_line" value="{NB_IMAGE_LINE}"> 71 66 </li> 72 73 67 <li> 74 68 <span class="property"> 75 69 <label for="nb_line_page">{L_NB_ROW_PAGE}</label> 76 70 </span> 77 <input type="text" size="3" maxlength="2" name="nb_line_page" id="nb_line_page" value="{NB_ROW_PAGE}" 78 onfocus="this.className='focus';" onblur="this.className='nofocus';"> 71 <input type="text" size="3" maxlength="2" name="nb_line_page" id="nb_line_page" value="{NB_ROW_PAGE}" > 79 72 </li> 80 81 73 <li> 82 74 <span class="property"> 83 75 <label for="template">{L_STYLE_SELECT}</label> 84 76 </span> 85 <select name="template" id="template" onfocus="this.className='focus';" onblur="this.className='nofocus';">77 <select name="template" id="template"> 86 78 <!-- BEGIN template_option --> 87 79 <option value="{template_option.VALUE}" {template_option.SELECTED}>{template_option.CONTENT}</option> … … 89 81 </select> 90 82 </li> 91 92 83 <li> 93 84 <span class="property"> 94 85 <label for="language">{L_LANG_SELECT}</label> 95 86 </span> 96 <select name="language" id="language" onfocus="this.className='focus';" onblur="this.className='nofocus';">87 <select name="language" id="language"> 97 88 <!-- BEGIN language_option --> 98 89 <option value="{language_option.VALUE}" {language_option.SELECTED}>{language_option.CONTENT}</option> … … 100 91 </select> 101 92 </li> 102 103 93 <li> 104 94 <span class="property"> 105 95 <label for="recent_period">{L_RECENT_PERIOD}</label> 106 96 </span> 107 <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{RECENT_PERIOD}" 108 onfocus="this.className='focus';" onblur="this.className='nofocus';"> 97 <input type="text" size="3" maxlength="2" name="recent_period" id="recent_period" value="{RECENT_PERIOD}"> 109 98 </li> 110 111 99 <li> 112 100 <span class="property">{L_EXPAND_TREE}</span> 113 <label><input type="radio" class="radio"name="expand" value="true" {EXPAND_TREE_YES}> {L_YES}</label>114 <label><input type="radio" class="radio"name="expand" value="false" {EXPAND_TREE_NO}> {L_NO}</label>101 <label><input type="radio" name="expand" value="true" {EXPAND_TREE_YES}> {L_YES}</label> 102 <label><input type="radio" name="expand" value="false" {EXPAND_TREE_NO}> {L_NO}</label> 115 103 </li> 116 117 104 <li> 118 105 <span class="property">{L_NB_COMMENTS}</span> 119 <label><input type="radio" class="radio"name="show_nb_comments" value="true" {NB_COMMENTS_YES}> {L_YES}</label>120 <label><input type="radio" class="radio"name="show_nb_comments" value="false" {NB_COMMENTS_NO}> {L_NO}</label>106 <label><input type="radio" name="show_nb_comments" value="true" {NB_COMMENTS_YES}> {L_YES}</label> 107 <label><input type="radio" name="show_nb_comments" value="false" {NB_COMMENTS_NO}> {L_NO}</label> 121 108 </li> 122 123 109 <li> 124 110 <span class="property"> 125 111 <label for="maxwidth">{L_MAXWIDTH}</label> 126 112 </span> 127 <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{MAXWIDTH}" 128 onfocus="this.className='focus';" onblur="this.className='nofocus';"> 113 <input type="text" size="4" maxlength="4" name="maxwidth" id="maxwidth" value="{MAXWIDTH}"> 129 114 </li> 130 131 115 <li> 132 116 <span class="property"> 133 117 <label for="maxheight">{L_MAXHEIGHT}</label> 134 118 </span> 135 <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{MAXHEIGHT}" 136 onfocus="this.className='focus';" onblur="this.className='nofocus';"> 119 <input type="text" size="4" maxlength="4" name="maxheight" id="maxheight" value="{MAXHEIGHT}"> 137 120 </li> 138 121 </ul> … … 141 124 <p class="bottomButtons"> 142 125 <input type="submit" name="validate" value="{L_SUBMIT}"> 143 <input type="reset" name="reset" value="{L_RESET}" >126 <input type="reset" name="reset" value="{L_RESET}" class="reset"> 144 127 </p> 145 128 -
trunk/template/yoga/register.tpl
r1143 r1491 29 29 <label for="login">* {lang:Username}</label> 30 30 </span> 31 <input type="text" name="login" id="login" value="{F_LOGIN}" onfocus="this.className='focus';" onblur="this.className='nofocus';">31 <input type="text" name="login" id="login" value="{F_LOGIN}" > 32 32 </li> 33 34 33 <li> 35 34 <span class="property"> 36 35 <label for="password">* {lang:Password}</label> 37 36 </span> 38 <input type="password" name="password" id="password" onfocus="this.className='focus';" onblur="this.className='nofocus';">37 <input type="password" name="password" id="password" > 39 38 </li> 40 41 39 <li> 42 40 <span class="property"> 43 41 <label for="password_conf">* {lang:Confirm Password}</label> 44 42 </span> 45 <input type="password" name="password_conf" id="password_conf" onfocus="this.className='focus';" onblur="this.className='nofocus';">43 <input type="password" name="password_conf" id="password_conf" > 46 44 </li> 47 48 45 <li> 49 46 <span class="property"> 50 47 <label for="mail_address">{lang:Mail address}</label> 51 48 </span> 52 <input type="text" name="mail_address" id="mail_address" value="{F_EMAIL}" onfocus="this.className='focus';" onblur="this.className='nofocus';">49 <input type="text" name="mail_address" id="mail_address" value="{F_EMAIL}" > 53 50 ({lang:useful when password forgotten}) 54 51 </li> -
trunk/template/yoga/search.tpl
r1446 r1491 23 23 <legend>{lang:Filter}</legend> 24 24 <label>{lang:search_keywords} 25 <input type="text" style="width: 300px" name="search_allwords" size="30" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>25 <input type="text" style="width: 300px" name="search_allwords" size="30" /> 26 26 </label> 27 27 <ul> … … 34 34 </ul> 35 35 <label>{lang:search_author} 36 <input type="text" style="width: 300px" name="search_author" size="30" onfocus="this.className='focus';" onblur="this.className='nofocus';"/>36 <input type="text" style="width: 300px" name="search_author" size="30" /> 37 37 </label> 38 38 </fieldset> … … 71 71 <!-- END start_month --> 72 72 </select> 73 <input name="start_year" type="text" size="4" maxlength="4" onfocus="this.className='focus';" onblur="this.className='nofocus';">73 <input name="start_year" type="text" size="4" maxlength="4" > 74 74 </li> 75 75 <li> … … 90 90 <!-- END end_month --> 91 91 </select> 92 <input name="end_year" type="text" size="4" maxlength="4" onfocus="this.className='focus';" onblur="this.className='nofocus';">92 <input name="end_year" type="text" size="4" maxlength="4" > 93 93 </li> 94 94 <li> … … 101 101 <legend>{lang:search_options}</legend> 102 102 <label>{lang:search_categories} 103 <select class="categoryList" name="cat[]" multiple="multiple" onfocus="this.className='categoryList focus';" onblur="this.className='categoryList nofocus';">103 <select class="categoryList" name="cat[]" multiple="multiple" > 104 104 <!-- BEGIN category_option --> 105 105 <option value="{category_option.VALUE}">{category_option.OPTION}</option>
Note: See TracChangeset
for help on using the changeset viewer.