Changeset 1163
- Timestamp:
- 12/16/11 01:28:23 (5 months ago)
- Location:
- trunk
- Files:
-
- 7 added
- 2 edited
- 5 moved
-
common/common.php (modified) (1 diff)
-
junk/common (added)
-
junk/common/common.php (added)
-
junk/common/dataset.php (moved) (moved from trunk/common/dataset.php)
-
junk/common/sqldataset.php (moved) (moved from trunk/common/sqldataset.php)
-
junk/common/sqlmagic.php (moved) (moved from trunk/common/sqlmagic.php)
-
junk/www (added)
-
junk/www/format (added)
-
junk/www/format/datagrid.php (moved) (moved from trunk/www/format/datagrid.php)
-
junk/www/format/filters.php (moved) (moved from trunk/www/format/filters.php)
-
junk/www/static (added)
-
junk/www/static/css (added)
-
junk/www/static/css/screen.css (added)
-
www/static/css/screen.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/common/common.php
r1159 r1163 301 301 } 302 302 return $_cache[$key]; 303 }304 305 // Unroll iterator, stores result in array306 function unroll(Iterator $iterator) {307 $collect = array();308 foreach ($iterator as $entry) {309 $collect[] = $entry;310 }311 312 return $collect;313 303 } 314 304 -
trunk/www/static/css/screen.css
r1144 r1163 1303 1303 } 1304 1304 1305 /* dataset filtering form */1306 1307 .dataset-filters {1308 background: #efd;1309 border: 1px solid olive;1310 margin: 3pt;1311 padding: 3pt;1312 font-size: x-small;1313 }1314 1315 ul.filters {1316 height: 150px;1317 overflow: auto;1318 }1319 1320 ul.filters li.filter {1321 width: 40%;1322 float: left;1323 list-style-type: none;1324 vertical-align: middle;1325 margin: .25em 0 .25em 2em;1326 white-space: nowrap;1327 }1328 1329 ul.filters li.filter label {1330 width: 8em;1331 overflow: hidden;1332 float: left;1333 }1334 1335 ul.filters li.filter select.op {1336 width: 7em;1337 text-align: center;1338 }1339 1340 ul.filters li.filter input {1341 width: 14em;1342 }1343 1344 ul.filters li.submit {1345 clear: left;1346 }1347 1348 1305 /* calendar */ 1349 1306
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)