Changeset 329
- Timestamp:
- 04/04/06 15:19:32
- Files:
-
- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css (modified) (6 diffs)
- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (25 diffs)
- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/errors.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.css
r327 r329 325 325 #errors p { 326 326 margin: 0; 327 padding: 0;327 padding: 2px 0; 328 328 } 329 329 #messages { 330 330 color: black; 331 background-color: #ff e;331 background-color: #ffa; 332 332 } 333 333 #errors { 334 334 color: black; 335 335 background-color: #ffa; 336 } 337 #standardForm { 338 margin: 0; 339 padding: 0; 340 } 341 #commonTable { 342 width: 100%; 343 font-size: 0.9em; 344 margin: 0px; 345 padding: 0px; 336 346 } 337 347 th#commonHeader, … … 344 354 text-align: left; 345 355 } 346 #standardForm { 347 margin: 0; 348 padding: 0; 349 } 350 #commonTable { 351 width: 100%; 352 font-size: 0.9em; 353 margin: 0px; 354 padding: 0px; 355 } 356 #commonTable td.fieldval, 357 #commonTable col.fieldval { 356 #commonTable td.fieldval { 358 357 margin: 0em; 359 358 vertical-align: top; 360 359 padding: 0.5em 0.5em 0.2em 1em; 361 360 } 362 #commonTable td.fieldname, 363 #commonTable col.fieldname { 361 #commonTable td.fieldname { 364 362 margin: 0em; 365 363 vertical-align: top; … … 367 365 color: black; 368 366 background-color: #eee; 367 white-space: nowrap; 369 368 } 370 369 #commonTable th.fieldval { … … 378 377 #commonTable th.fieldname { 379 378 text-align: left; 380 padding: 1em 0.5em 0.5em 0.5em; 381 background-color: #eee; 382 color: black; 379 vertical-align: top; 380 padding: 0.5em; 381 background-color: #ddd; 382 color: black; 383 white-space: nowrap; 383 384 } 384 385 #commonTable th.icon { … … 398 399 clear: none; 399 400 } 400 #commonTable td.plain {401 color: black;402 background-color: white;403 }404 401 #commonTable td.allField { 405 402 white-space: nowrap; … … 449 446 .hidden { 450 447 visibility: hidden; 448 } 449 .padMe { 450 padding: 1em 0 !important; 451 451 } 452 452 form#subscriptions { trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r328 r329 1002 1002 <xsl:variable name="guid" select="guid"/> 1003 1003 <xsl:variable name="recurrenceId" select="recurrenceId"/> 1004 <table id="commonTable" cell padding="0" cellspacing="0">1004 <table id="commonTable" cellspacing="0"> 1005 1005 <tr> 1006 1006 <th colspan="3" id="commonHeader"> … … 1175 1175 <input type="hidden" name="confirmationid" value="{$confId}"/> 1176 1176 <input type="hidden" name="endType" value="date"/> 1177 <table id="commonTable" cell padding="0" cellspacing="0">1177 <table id="commonTable" cellspacing="0"> 1178 1178 <tr> 1179 1179 <th colspan="2" id="commonHeader">Add Event</th> … … 1513 1513 <input type="hidden" name="confirmationid" value="{$confId}"/> 1514 1514 <input type="hidden" name="endType" value="date"/> 1515 <table id="commonTable" cell padding="0" cellspacing="0">1515 <table id="commonTable" cellspacing="0"> 1516 1516 <tr> 1517 1517 <th colspan="2" id="commonHeader"> … … 1879 1879 </td> 1880 1880 </tr> 1881 < tr>1881 <!--<tr> 1882 1882 <th>Unremovable:</th> 1883 1883 <td> … … 1885 1885 <input type="radio" value="false" name="unremoveable" size="60" checked="checked"/> false 1886 1886 </td> 1887 </tr> 1887 </tr>--> 1888 1888 </table> 1889 1889 <table border="0" id="submitTable"> … … 1952 1952 </td> 1953 1953 </tr> 1954 < tr>1954 <!--<tr> 1955 1955 <th>Unremovable:</th> 1956 1956 <td> … … 1966 1966 </xsl:choose> 1967 1967 </td> 1968 </tr> 1968 </tr>--> 1969 1969 </table> 1970 1970 <table border="0" id="submitTable"> … … 1985 1985 <xsl:template name="subscriptionList"> 1986 1986 <h3>Current subscriptions</h3> 1987 <table id="commonTable" >1987 <table id="commonTable" cellspacing="0"> 1988 1988 <tr> 1989 1989 <th>Name</th> … … 2040 2040 <form method="get" action="{$setAlarm}" id="standardForm"> 2041 2041 <input type="hidden" name="updateAlarmOptions" value="true"/> 2042 <table id="commonTable" cell padding="0" cellspacing="0">2042 <table id="commonTable" cellspacing="0"> 2043 2043 <tr> 2044 2044 <th colspan="2" id="commonHeader">Alarm options</th> … … 2085 2085 <tr> 2086 2086 <td> 2087 <span class="required-field" title="required">*</span>2088 2087 Email Address: 2089 2088 </td> … … 2107 2106 </td> 2108 2107 </tr> 2109 <tr>2110 <td class="footnoteCell">2111 <span style="color:red;">*</span> = required field2112 </td>2113 </tr>2114 2108 </table> 2115 2109 </form> … … 2119 2113 <xsl:template name="upload"> 2120 2114 <form method="post" action="{$upload}" id="standardForm" enctype="multipart/form-data"> 2121 <table id="commonTable" cell padding="0" cellspacing="0">2115 <table id="commonTable" cellspacing="0"> 2122 2116 <tr> 2123 2117 <tr> … … 2146 2140 <form method="get" action="{$mailEvent}" id="standardForm"> 2147 2141 <input type="hidden" name="updateEmailOptions" value="true"/> 2148 <table id="commonTable" cell padding="0" cellspacing="0">2142 <table id="commonTable" cellspacing="0"> 2149 2143 <tr> 2150 2144 <th colspan="2" id="commonHeader">Update email options</th> … … 2152 2146 <tr> 2153 2147 <td> 2154 <span class="required-field" title="required">*</span> 2148 2155 2149 Email Address: 2156 2150 </td> … … 2174 2168 </td> 2175 2169 </tr> 2176 <tr>2177 <td class="footnoteCell">2178 <span style="color:red;">*</span> = required field2179 </td>2180 </tr>2181 2170 </table> 2182 2171 </form> … … 2187 2176 <form name="addLocationForm" method="post" action="{$addLocation}" id="standardForm"> 2188 2177 <input type="hidden" name="confirmationid" value="{$confId}"/> 2189 <table border="0" id="commonTable"> 2190 <colgroup> 2191 <col span="1" class="fieldname"/> 2192 <col span="1" class="fieldval"/> 2193 </colgroup> 2178 <table id="commonTable" cellspacing="0"> 2194 2179 <tr> 2195 2180 <th colspan="2" id="commonHeader">Manage Locations</th> 2196 2181 </tr> 2197 2182 <tr> 2198 <th colspan="2" class="form-header">Add Location</th>2199 </tr> 2200 <tr> 2201 <td >2183 <th colspan="2">Add Location</th> 2184 </tr> 2185 <tr> 2186 <td class="fieldname"> 2202 2187 Main Address: 2203 2188 </td> … … 2207 2192 </tr> 2208 2193 <tr> 2209 <td >2194 <td class="fieldname"> 2210 2195 Subaddress: 2211 2196 </td> … … 2215 2200 </tr> 2216 2201 <tr> 2217 <td >2202 <td class="fieldname"> 2218 2203 Location Link: 2219 2204 </td> … … 2223 2208 </tr> 2224 2209 <tr> 2225 <td colspan="2" class="plain"> 2210 <td></td> 2211 <td class="padMe"> 2226 2212 <input name="submit" type="submit" value="Submit Location"/>  2227 2213 <input name="cancelled" type="submit" value="Cancel"/> … … 2229 2215 </tr> 2230 2216 <tr> 2231 <th colspan="2" class="form-header">Edit/Delete Locations</th>2217 <th colspan="2">Edit/Delete Locations</th> 2232 2218 </tr> 2233 2219 <td colspan="2" class="plain"> … … 2251 2237 <input type="hidden" name="updateLocation" value="true"/> 2252 2238 <input type="hidden" name="confirmationid" value="{$confId}"/> 2253 <table id="commonTable" cell padding="0" cellspacing="0">2239 <table id="commonTable" cellspacing="0"> 2254 2240 <tr> 2255 2241 <th colspan="2" id="commonHeader"> … … 2262 2248 </tr> 2263 2249 <tr> 2264 <td> 2265 <span class="required-field" title="required">*</span> 2250 <td class="fieldname"> 2266 2251 Address: 2267 2252 </td> … … 2271 2256 </tr> 2272 2257 <tr> 2273 <td >2258 <td class="fieldname"> 2274 2259 Subaddress: 2275 2260 </td> … … 2279 2264 </tr> 2280 2265 <tr> 2281 <td>Location's URL:</td> 2266 <td class="fieldname"> 2267 Location's URL: 2268 </td> 2282 2269 <td> 2283 2270 <xsl:copy-of select="/bedework/locationform/form/link/*"/> … … 2286 2273 <tr> 2287 2274 <td> </td> 2288 <td >2275 <td class="padMe"> 2289 2276 <input name="submit" type="submit" value="Submit Location"/>  2290 2277 <input name="cancelled" type="submit" value="Cancel"/> 2291 </td>2292 </tr>2293 <tr>2294 <td class="footnoteCell">2295 <span style="color:red;">*</span> = required field2296 2278 </td> 2297 2279 </tr> trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/errors.xsl
r328 r329 19 19 </xsl:when> 20 20 <xsl:when test="id='org.bedework.client.error.noaccess'"> 21 <p>You have insufficient access < em><xsl:value-of select="param"/></em></p>21 <p>You have insufficient access <xsl:value-of select="param"/>.</p> 22 22 </xsl:when> 23 23 <xsl:when test="id='org.bedework.validation.error.notitle'">
