Changeset 1654
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/quickstart/protected/pages/Database/SqlMap.page
r1650 r1654 259 259 <li>Fowler et. al. <i>Patterns of Enterprise Application Architecture</i>, 260 260 Addison Wesley, 2002.</li> 261 <li> xxxx. <i>iBatis Data Mapper</i>,262 <a href="http:// www.apache.org/ibatis">http://www.apache.org/ibatis</a>.</li>261 <li>iBatis Team. <i>iBatis Data Mapper</i>, 262 <a href="http://ibatis.apache.org">http://ibatis.apache.org</a>.</li> 263 263 </ul> 264 264 -
trunk/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page
r1650 r1654 300 300 <h1 id="16006">Improve User Experience With Active Controls</h1> 301 301 <p id="80073" class="block-content">In this simple application we may further improve the user experience 302 by decreasing the responsiveness of the application. One way to achieve302 by increasing the responsiveness of the application. One way to achieve 303 303 a faster response is calculate and present the results without reloading 304 304 the whole page. -
trunk/demos/quickstart/themes/PradoSoft/style.css
r1651 r1654 1 1 html 2 2 { 3 background-image: url('mantisbg.jpg');3 background-image: url('mantisbg.jpg'); 4 4 background-repeat: no-repeat; 5 5 background-position: top right; 6 6 background-color: white; 7 7 } 8 8
