|
From: John W. <jwe...@us...> - 2008-05-02 14:51:46
|
Update of /cvsroot/strandmapservic/smsServer/docs/jsapi/api_v1/example_clients In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv23475/docs/jsapi/api_v1/example_clients Modified Files: sms_example3.html Log Message: -Added AAAS code display, white background on TOC Index: sms_example3.html =================================================================== RCS file: /cvsroot/strandmapservic/smsServer/docs/jsapi/api_v1/example_clients/sms_example3.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sms_example3.html 14 Nov 2007 00:33:11 -0000 1.3 --- sms_example3.html 2 May 2008 14:51:40 -0000 1.4 *************** *** 69,73 **** content += '<li><b>Benchmark name</b>: ' + recordJson.itemRecord.Data.Name + '</li>'; content += '<li><b>Description</b>: ' + recordJson.itemRecord.Data.Description + '</li>'; ! content += '<li><b>Benchmark ID</b>: ' + id + '</li>'; var grArray = recordJson.itemRecord.Data.GradeRanges.GradeRange; --- 69,74 ---- content += '<li><b>Benchmark name</b>: ' + recordJson.itemRecord.Data.Name + '</li>'; content += '<li><b>Description</b>: ' + recordJson.itemRecord.Data.Description + '</li>'; ! content += '<li><b>Benchmark SMS ID</b>: ' + id + '</li>'; ! content += '<li><b>AAAS Code</b>: ' + recordJson.itemRecord.Data.AAASCode + '</li>'; var grArray = recordJson.itemRecord.Data.GradeRanges.GradeRange; *************** *** 166,179 **** body, #navigatorPane { background: #E9EFAA; ! } ! ! .mapTable { ! border-color: #E9EFAA; ! } ! ! .mapTableOver { ! border-color: #ACAF83; ! background: #DBDFA7; ! } body, p, h1, h2, h3, h4, td, li { font-family: Geneva, Arial, Helvetica, sans-serif; } --- 167,171 ---- body, #navigatorPane { background: #E9EFAA; ! } body, p, h1, h2, h3, h4, td, li { font-family: Geneva, Arial, Helvetica, sans-serif; } *************** *** 210,215 **** --- 202,228 ---- font-size: 18px; } + + + /* The table of contents - map list */ + .mapTable { + border-color: white; + } + .mapTableOver { + border-color: #B3BFB3; + background: #E0EFE0; + } + #mapList, #defaultContent { + margin-top:0; + border: solid 1px #888888; + background-color: white; + margin-bottom: 30px; + } #defaultContent { padding:20px; + padding-top:0px; + } + p { + padding-top: 15px; + margin: 0px; } |