Added "powered by" buttons to the Tweetstore demos

This commit is contained in:
Andrew Phillips 2011-08-23 22:16:10 -04:00
parent 2274e7d4e6
commit a3447e6d4f
6 changed files with 63 additions and 60 deletions

View File

@ -24,8 +24,8 @@
</head> </head>
<body> <body>
<h2>Welcome!</h2> <h2>Welcome!</h2>
Click <p>Click <a href="/tweets/get">here</a> to see tweets about jclouds.</p>
<a href="/tweets/get">here</a> <p><img src="http://code.google.com/appengine/images/appengine-noborder-120x30.gif"
to see tweets about jclouds. alt="Powered by Google App Engine" /></p>
</body> </body>
</html> </html>

View File

@ -88,9 +88,7 @@ overflow-y:auto;
<table width="100%" border="0"> <table width="100%" border="0">
<tr> <tr>
<td> <td>
<div class="TableContainer"> <div class="TableContainer">
<display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader"> <display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader">
<display:column property="id" title="Tweet ID" /> <display:column property="id" title="Tweet ID" />
<display:column property="from" title="Who Said it" /> <display:column property="from" title="Who Said it" />
@ -99,10 +97,13 @@ overflow-y:auto;
<display:column property="host" title="Host" /> <display:column property="host" title="Host" />
<display:column property="status" title="Status" /> <display:column property="status" title="Status" />
</display:table> </display:table>
</div> </div>
</td> </td>
</tr> </tr>
<tr>
<td><img src="http://code.google.com/appengine/images/appengine-noborder-120x30.gif"
alt="Powered by Google App Engine" /></td>
</tr>
</table> </table>
</body> </body>
</html> </html>

View File

@ -24,8 +24,8 @@
</head> </head>
<body> <body>
<h2>Welcome!</h2> <h2>Welcome!</h2>
Click <p>Click <a href="/tweets/get">here</a> to see tweets about jclouds.</p>
<a href="/tweets/get">here</a> <p><img src="http://code.google.com/appengine/images/appengine-noborder-120x30.gif"
to see tweets about jclouds. alt="Powered by Google App Engine" /></p>
</body> </body>
</html> </html>

View File

@ -88,9 +88,7 @@ overflow-y:auto;
<table width="100%" border="0"> <table width="100%" border="0">
<tr> <tr>
<td> <td>
<div class="TableContainer"> <div class="TableContainer">
<display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader"> <display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader">
<display:column property="id" title="Tweet ID" /> <display:column property="id" title="Tweet ID" />
<display:column property="from" title="Who Said it" /> <display:column property="from" title="Who Said it" />
@ -99,10 +97,13 @@ overflow-y:auto;
<display:column property="host" title="Host" /> <display:column property="host" title="Host" />
<display:column property="status" title="Status" /> <display:column property="status" title="Status" />
</display:table> </display:table>
</div> </div>
</td> </td>
</tr> </tr>
<tr>
<td><img src="http://code.google.com/appengine/images/appengine-noborder-120x30.gif"
alt="Powered by Google App Engine" /></td>
</tr>
</table> </table>
</body> </body>
</html> </html>

View File

@ -24,8 +24,8 @@
</head> </head>
<body> <body>
<h2>Welcome!</h2> <h2>Welcome!</h2>
Click <p>Click <a href="/tweets/get">here</a> to see tweets about jclouds.</p>
<a href="/tweets/get">here</a> <p><img src="http://di388e0fcqllf.cloudfront.net/images/badges/powered-by-cloudbees-button.png"
to see tweets about jclouds. alt="Powered by RUN@cloud" /></p>
</body> </body>
</html> </html>

View File

@ -88,9 +88,7 @@ overflow-y:auto;
<table width="100%" border="0"> <table width="100%" border="0">
<tr> <tr>
<td> <td>
<div class="TableContainer"> <div class="TableContainer">
<display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader"> <display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader">
<display:column property="id" title="Tweet ID" /> <display:column property="id" title="Tweet ID" />
<display:column property="from" title="Who Said it" /> <display:column property="from" title="Who Said it" />
@ -99,10 +97,13 @@ overflow-y:auto;
<display:column property="host" title="Host" /> <display:column property="host" title="Host" />
<display:column property="status" title="Status" /> <display:column property="status" title="Status" />
</display:table> </display:table>
</div> </div>
</td> </td>
</tr> </tr>
<tr>
<td><img src="http://di388e0fcqllf.cloudfront.net/images/badges/powered-by-cloudbees-button.png"
alt="Powered by RUN@cloud" /></td>
</tr>
</table> </table>
</body> </body>
</html> </html>