diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-23 04:25:27 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-23 04:25:27 +0000 |
commit | d1ef2011feade03df3916a93930fbc2f60327aa8 (patch) | |
tree | 37020f0a1b656426b798d8be5c0a0df1f727ba62 /sca-cpp/trunk/modules/edit/apps/nearme/htdocs | |
parent | 641f5cd4fd52b351d849148096cbdc4b6dc0a6f0 (diff) |
Cleanup and organize sample components, apps and html pages.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126306 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/apps/nearme/htdocs')
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/nearme/htdocs/app.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps/nearme/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/nearme/htdocs/app.html index 1077688b6c..fba4b0464c 100644 --- a/sca-cpp/trunk/modules/edit/apps/nearme/htdocs/app.html +++ b/sca-cpp/trunk/modules/edit/apps/nearme/htdocs/app.html @@ -18,37 +18,37 @@ * under the License. --> <DIV id="page"> - <SPAN id="h2" class="h2" style="position: absolute; top: 0px; left: 2px; "> + <SPAN id="page:h2" class="h2" style="position: absolute; top: 0px; left: 2px; "> <H2>Nearme</H2> </SPAN> <SPAN id="me" class="h2" style="position: absolute; top: 0px; left: 101px; "> - <H2>me</H2> + <H2>=me</H2> </SPAN> <SPAN style="position: absolute; top: 0px; left: 182px; " class="text" id="mytime"> - <SPAN>updating...</SPAN> + <SPAN>=mytime</SPAN> </SPAN> - <SPAN id="section" class="section" style="position: absolute; top: 27px; width: 100%; left: 2px; "> + <SPAN id="page:section" class="section" style="position: absolute; top: 27px; width: 100%; left: 2px; "> <SPAN>My friends</SPAN> </SPAN> <SPAN style="position: absolute; top: 54px; left: 2px; " class="entry" id="friend1"> - <INPUT type="text" size="20" value="" autocapitalize="off"/> + <INPUT type="text" size="20" value="=friend1" autocapitalize="off"/> </SPAN> <SPAN style="position: absolute; top: 54px; left: 182px; " class="text" id="time1"> - <SPAN>last seen...</SPAN> + <SPAN>=time1</SPAN> </SPAN> <SPAN style="position: absolute; top: 81px; left: 2px; " class="entry" id="friend2"> - <INPUT type="text" size="20" value="" autocapitalize="off"/> + <INPUT type="text" size="20" value="=friend2" autocapitalize="off"/> </SPAN> <SPAN style="position: absolute; top: 81px; left: 182px; " class="text" id="time2"> - <SPAN>last seen...</SPAN> + <SPAN>=time2</SPAN> </SPAN> <SPAN style="position: absolute; top: 108px; left: 2px; " class="entry" id="friend3"> - <INPUT type="text" size="20" value="" autocapitalize="off"/> + <INPUT type="text" size="20" value="=friend3" autocapitalize="off"/> </SPAN> <SPAN style="position: absolute; top: 108px; left: 182px; " class="text" id="time3"> - <SPAN>last seen...</SPAN> + <SPAN>=time3</SPAN> </SPAN> <SPAN style="position: absolute; top: 135px; left: 2px; " class="img" id="mapimg"> - <IMG src="https://sca-store.com:8453/public/img.png"/> + <IMG src="/public/img.png"/> </SPAN> </DIV> |