moving share buttons to the right
This commit is contained in:
@@ -55,6 +55,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="grid_6 alpha">
|
||||||
<table width=100%>
|
<table width=100%>
|
||||||
<tr>
|
<tr>
|
||||||
{% localtime on %}
|
{% localtime on %}
|
||||||
@@ -69,20 +70,6 @@
|
|||||||
<td>
|
<td>
|
||||||
<a href="/rowers/workout/{{ workout.id }}">https://rowsandall.com/rowers/workout/{{ workout.id }}</a>
|
<a href="/rowers/workout/{{ workout.id }}">https://rowsandall.com/rowers/workout/{{ workout.id }}</a>
|
||||||
</td>
|
</td>
|
||||||
</tr><tr>
|
|
||||||
<th>Share to</th>
|
|
||||||
<td>
|
|
||||||
<div class="grid_1 alpha">
|
|
||||||
<div class="fb-share-button" data-href="https://rowsandall.com/rowers/workout/{{ workout.id }}" data-layout="button" data-size="small" data-mobile-iframe="false">
|
|
||||||
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://rowsandall.com/rowers/workout/{{ workout.id }}&src=sdkpreparse">Share</a></div>
|
|
||||||
</div>
|
|
||||||
<div class="grid_1">
|
|
||||||
<a class="twitter-share-button"
|
|
||||||
href="https://twitter.com/intent/tweet"
|
|
||||||
data-url="https://rowsandall.com/rowers/workout/{{ workout.id }}"
|
|
||||||
data-text="@rowsandall #rowingdata">Tweet</a>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr><tr>
|
</tr><tr>
|
||||||
<th>Comments</th>
|
<th>Comments</th>
|
||||||
<td>
|
<td>
|
||||||
@@ -96,6 +83,8 @@
|
|||||||
<td>
|
<td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
<div class="grid_6 alpha">
|
||||||
<form enctype="multipart/form-data" action="" method="post">
|
<form enctype="multipart/form-data" action="" method="post">
|
||||||
<table width=100%>
|
<table width=100%>
|
||||||
{{ form.as_table }}
|
{{ form.as_table }}
|
||||||
@@ -114,7 +103,8 @@
|
|||||||
<input class="button green" type="submit" value="Save">
|
<input class="button green" type="submit" value="Save">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div id="images" class="grid_6 omega">
|
<div id="images" class="grid_6 omega">
|
||||||
<h1>Images linked to this workout</h1>
|
<h1>Images linked to this workout</h1>
|
||||||
<div class="grid_6 alpha">
|
<div class="grid_6 alpha">
|
||||||
@@ -214,19 +204,33 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="summary" class="grid_6 omega">
|
<div id="summary" class="grid_6 omega">
|
||||||
<h1>Workout Summary</h1>
|
<div class="grid_5 alpha">
|
||||||
|
<h1>Workout Summary</h1>
|
||||||
|
|
||||||
<p>
|
|
||||||
<pre>
|
|
||||||
{{ workout.summary }}
|
|
||||||
</pre>
|
|
||||||
</p>
|
|
||||||
<div class="grid_2 alpha">
|
|
||||||
<p>
|
<p>
|
||||||
<a class="button green small" href="recalcsummary">Update Summary</a>
|
<pre>
|
||||||
|
{{ workout.summary }}
|
||||||
|
</pre>
|
||||||
|
</p>
|
||||||
|
<div class="grid_2 alpha">
|
||||||
|
<p>
|
||||||
|
<a class="button green small" href="recalcsummary">Update Summary</a>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="grid_1 omega">
|
||||||
|
<div class="grid_1 alpha">
|
||||||
|
<div class="fb-share-button" data-href="https://rowsandall.com/rowers/workout/{{ workout.id }}" data-layout="button" data-size="small" data-mobile-iframe="false">
|
||||||
|
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https://rowsandall.com/rowers/workout/{{ workout.id }}&src=sdkpreparse">Share</a></div>
|
||||||
|
</div>
|
||||||
|
<div class="grid_1 alpha">
|
||||||
|
<p> </p>
|
||||||
|
<a class="twitter-share-button"
|
||||||
|
href="https://twitter.com/intent/tweet"
|
||||||
|
data-url="https://rowsandall.com/rowers/workout/{{ workout.id }}"
|
||||||
|
data-text="@rowsandall #rowingdata">Tweet</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user