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>
<body>
<h2>Welcome!</h2>
Click
<a href="/tweets/get">here</a>
to see tweets about jclouds.
<p>Click <a href="/tweets/get">here</a> to see tweets about jclouds.</p>
<p><img src="http://code.google.com/appengine/images/appengine-noborder-120x30.gif"
alt="Powered by Google App Engine" /></p>
</body>
</html>

View File

@ -85,23 +85,24 @@ overflow-y:auto;
</head>
<body>
<h2>Tweets in Clouds</h2>
<table width="100%" border="0">
<tr>
<td>
<div class="TableContainer">
<display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader">
<display:column property="id" title="Tweet ID" />
<display:column property="from" title="Who Said it" />
<display:column property="tweet" title="Tweet" />
<display:column property="service" title="Cloud" />
<display:column property="host" title="Host" />
<display:column property="status" title="Status" />
</display:table>
</div>
</td>
<table width="100%" border="0">
<tr>
<td>
<div class="TableContainer">
<display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader">
<display:column property="id" title="Tweet ID" />
<display:column property="from" title="Who Said it" />
<display:column property="tweet" title="Tweet" />
<display:column property="service" title="Cloud" />
<display:column property="host" title="Host" />
<display:column property="status" title="Status" />
</display:table>
</div>
</td>
</tr>
<tr>
<td><img src="http://code.google.com/appengine/images/appengine-noborder-120x30.gif"
alt="Powered by Google App Engine" /></td>
</tr>
</table>
</body>

View File

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

View File

@ -85,23 +85,24 @@ overflow-y:auto;
</head>
<body>
<h2>Tweets in Clouds</h2>
<table width="100%" border="0">
<tr>
<td>
<div class="TableContainer">
<display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader">
<display:column property="id" title="Tweet ID" />
<display:column property="from" title="Who Said it" />
<display:column property="tweet" title="Tweet" />
<display:column property="service" title="Cloud" />
<display:column property="host" title="Host" />
<display:column property="status" title="Status" />
</display:table>
</div>
</td>
<table width="100%" border="0">
<tr>
<td>
<div class="TableContainer">
<display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader">
<display:column property="id" title="Tweet ID" />
<display:column property="from" title="Who Said it" />
<display:column property="tweet" title="Tweet" />
<display:column property="service" title="Cloud" />
<display:column property="host" title="Host" />
<display:column property="status" title="Status" />
</display:table>
</div>
</td>
</tr>
<tr>
<td><img src="http://code.google.com/appengine/images/appengine-noborder-120x30.gif"
alt="Powered by Google App Engine" /></td>
</tr>
</table>
</body>

View File

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

View File

@ -85,23 +85,24 @@ overflow-y:auto;
</head>
<body>
<h2>Tweets in Clouds</h2>
<table width="100%" border="0">
<tr>
<td>
<div class="TableContainer">
<display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader">
<display:column property="id" title="Tweet ID" />
<display:column property="from" title="Who Said it" />
<display:column property="tweet" title="Tweet" />
<display:column property="service" title="Cloud" />
<display:column property="host" title="Host" />
<display:column property="status" title="Status" />
</display:table>
</div>
</td>
<table width="100%" border="0">
<tr>
<td>
<div class="TableContainer">
<display:table name="tweets" defaultsort="1" cellpadding="5" cellspacing="1" class="staticheader">
<display:column property="id" title="Tweet ID" />
<display:column property="from" title="Who Said it" />
<display:column property="tweet" title="Tweet" />
<display:column property="service" title="Cloud" />
<display:column property="host" title="Host" />
<display:column property="status" title="Status" />
</display:table>
</div>
</td>
</tr>
<tr>
<td><img src="http://di388e0fcqllf.cloudfront.net/images/badges/powered-by-cloudbees-button.png"
alt="Powered by RUN@cloud" /></td>
</tr>
</table>
</body>