Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Andreas Nedbal
FarmingGame-web
Commits
2ccd13f2
Commit
2ccd13f2
authored
May 17, 2014
by
pixeldesu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added price texts
parent
4267db3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
index.html
index.html
+8
-0
No files found.
index.html
View file @
2ccd13f2
...
...
@@ -118,9 +118,11 @@
<div
class=
"panel-body"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<p
class=
"market-price text-center text-success"
>
...for
<span
id=
"market-price-wheat-buy"
>
{n}
</span>
gold.
</p>
<button
class=
"btn btn-market btn-block btn-success"
>
Buy
<span
name=
"market-wheat-val"
>
{n}
</span>
Wheat
</button>
</div>
<div
class=
"col-md-6"
>
<p
class=
"market-price text-center text-danger"
>
...for
<span
id=
"market-price-wheat-sell"
>
{n}
</span>
gold.
</p>
<button
class=
"btn btn-market btn-block btn-danger"
>
Sell
<span
name=
"market-wheat-val"
>
{n}
</span>
Wheat
</button>
</div>
</div>
...
...
@@ -135,9 +137,11 @@
<div
class=
"panel-body"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<p
class=
"market-price text-center text-success"
>
...for
<span
id=
"market-price-livestock-buy"
>
{n}
</span>
gold.
</p>
<button
class=
"btn btn-market btn-block btn-success"
>
Buy
<span
name=
"market-livestock-val"
>
{n}
</span>
Livestock
</button>
</div>
<div
class=
"col-md-6"
>
<p
class=
"market-price text-center text-danger"
>
...for
<span
id=
"market-price-livestock-sell"
>
{n}
</span>
gold.
</p>
<button
class=
"btn btn-market btn-block btn-danger"
>
Sell
<span
name=
"market-livestock-val"
>
{n}
</span>
Livestock
</button>
</div>
</div>
...
...
@@ -152,9 +156,11 @@
<div
class=
"panel-body"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<p
class=
"market-price text-center text-success"
>
...for
<span
id=
"market-price-fields-buy"
>
{n}
</span>
gold.
</p>
<button
class=
"btn btn-market btn-block btn-success"
>
Buy
<span
name=
"market-fields-val"
>
{n}
</span>
Fields
</button>
</div>
<div
class=
"col-md-6"
>
<p
class=
"market-price text-center text-danger"
>
...for
<span
id=
"market-price-fields-sell"
>
{n}
</span>
gold.
</p>
<button
class=
"btn btn-market btn-block btn-danger"
>
Sell
<span
name=
"market-fields-val"
>
{n}
</span>
Fields
</button>
</div>
</div>
...
...
@@ -169,9 +175,11 @@
<div
class=
"panel-body"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<p
class=
"market-price text-center text-success"
>
...for
<span
id=
"market-price-cattle-buy"
>
{n}
</span>
gold.
</p>
<button
class=
"btn btn-market btn-block btn-success"
>
Buy
<span
name=
"market-cattle-val"
>
{n}
</span>
Cattle Grids
</button>
</div>
<div
class=
"col-md-6"
>
<p
class=
"market-price text-center text-danger"
>
...for
<span
id=
"market-price-cattle-sell"
>
{n}
</span>
gold.
</p>
<button
class=
"btn btn-market btn-block btn-danger"
>
Sell
<span
name=
"market-cattle-val"
>
{n}
</span>
Cattle Grids
</button>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment