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

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

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

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

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

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