- Timestamp:
- 2007/02/25 00:33:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/mobile/data/module/Net/UserAgent/Mobile/DoCoMoDisplayMap.php
r11398 r11456 14 14 * @package Net_UserAgent_Mobile 15 15 * @author KUBO Atsuhiro <[email protected]> 16 * @copyright 2003-200 6KUBO Atsuhiro <[email protected]>16 * @copyright 2003-2007 KUBO Atsuhiro <[email protected]> 17 17 * @license http://www.php.net/license/3_0.txt PHP License 3.0 18 * @version CVS: $Id: DoCoMoDisplayMap.php,v 1. 29 2006/11/07 09:25:14kuboa Exp $18 * @version CVS: $Id: DoCoMoDisplayMap.php,v 1.32 2007/02/20 18:30:17 kuboa Exp $ 19 19 * @link http://www.nttdocomo.co.jp/service/imode/make/content/spec/screen_area/index.html 20 20 * @see Net_UserAgent_Mobile_Display … … 30 30 * @package Net_UserAgent_Mobile 31 31 * @author KUBO Atsuhiro <[email protected]> 32 * @copyright 2003-200 6KUBO Atsuhiro <[email protected]>32 * @copyright 2003-2007 KUBO Atsuhiro <[email protected]> 33 33 * @license http://www.php.net/license/3_0.txt PHP License 3.0 34 * @version Release: @package_version@34 * @version Release: 0.30.0 35 35 * @link http://www.nttdocomo.co.jp/service/imode/make/content/spec/screen_area/index.html 36 36 * @see Net_UserAgent_Mobile_Display … … 1121 1121 'color' => 1 1122 1122 ), 1123 'L601I' => array( 1124 'width' => 176, 1125 'height' => 189, 1126 'depth' => 65536, 1127 'color' => 1 1128 ), 1129 'M702IS' => array( 1130 'width' => 240, 1131 'height' => 267, 1132 'depth' => 262144, 1133 'color' => 1 1134 ), 1135 'M702IG' => array( 1136 'width' => 240, 1137 'height' => 267, 1138 'depth' => 262144, 1139 'color' => 1 1140 ), 1123 1141 1124 1142 // i-mode compliant HTML 6.0 … … 1208 1226 'color' => 1 1209 1227 ), 1228 'N902IL' => array( 1229 'width' => 240, 1230 'height' => 270, 1231 'depth' => 262144, 1232 'color' => 1 1233 ), 1210 1234 'P702I' => array( 1211 1235 'width' => 240, … … 1292 1316 'color' => 1 1293 1317 ), 1318 'N601I' => array( 1319 'width' => 240, 1320 'height' => 270, 1321 'depth' => 65536, 1322 'color' => 1 1323 ), 1324 'D800IDS' => array( 1325 'width' => 230, 1326 'height' => 240, 1327 'depth' => 262144, 1328 'color' => 1 1329 ), 1330 'P703IMYU' => array( 1331 'width' => 240, 1332 'height' => 270, 1333 'depth' => 262144, 1334 'color' => 1 1335 ), 1294 1336 1295 1337 // i-mode compliant HTML 7.0 … … 1306 1348 'depth' => 262144, 1307 1349 'color' => 1 1308 ) 1350 ), 1351 'N903I' => array( 1352 'width' => 240, 1353 'height' => 270, 1354 'depth' => 262144, 1355 'color' => 1 1356 ), 1357 'D903I' => array( 1358 'width' => 230, 1359 'height' => 320, 1360 'depth' => 262144, 1361 'color' => 1 1362 ), 1363 'F903I' => array( 1364 'width' => 230, 1365 'height' => 240, 1366 'depth' => 262144, 1367 'color' => 1 1368 ), 1369 'SO903I' => array( 1370 'width' => 240, 1371 'height' => 368, 1372 'depth' => 262144, 1373 'color' => 1 1374 ), 1375 'D903ITV' => array( 1376 'width' => 230, 1377 'height' => 320, 1378 'depth' => 262144, 1379 'color' => 1 1380 ), 1381 'F903IX' => array( 1382 'width' => 230, 1383 'height' => 240, 1384 'depth' => 262144, 1385 'color' => 1 1386 ), 1387 'P903ITV' => array( 1388 'width' => 240, 1389 'height' => 350, 1390 'depth' => 262144, 1391 'color' => 1 1392 ), 1393 'N703ID' => array( 1394 'width' => 240, 1395 'height' => 270, 1396 'depth' => 262144, 1397 'color' => 1 1398 ), 1399 'F703I' => array( 1400 'width' => 230, 1401 'height' => 240, 1402 'depth' => 262144, 1403 'color' => 1 1404 ), 1405 'P703I' => array( 1406 'width' => 240, 1407 'height' => 270, 1408 'depth' => 262144, 1409 'color' => 1 1410 ), 1411 'D703I' => array( 1412 'width' => 230, 1413 'height' => 240, 1414 'depth' => 262144, 1415 'color' => 1 1416 ), 1417 'SH703I' => array( 1418 'width' => 240, 1419 'height' => 240, 1420 'depth' => 262144, 1421 'color' => 1 1422 ), 1423 'SH703I' => array( 1424 'width' => 240, 1425 'height' => 240, 1426 'depth' => 262144, 1427 'color' => 1 1428 ), 1429 'N703IMYU' => array( 1430 'width' => 240, 1431 'height' => 270, 1432 'depth' => 262144, 1433 'color' => 1 1434 ), 1435 'SO703I' => array( 1436 'width' => 240, 1437 'height' => 368, 1438 'depth' => 262144, 1439 'color' => 1 1440 ) 1309 1441 ); 1310 1442 }
Note: See TracChangeset
for help on using the changeset viewer.
