Skip to content

Commit

Permalink
WEB: Started intro_header.tpl merging
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 16, 2016
1 parent 9984526 commit c75bf15
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
13 changes: 13 additions & 0 deletions lang/lang.ini
Expand Up @@ -125,6 +125,19 @@ registered trademarks of <a href="http://www.lucasarts.com/">LucasArts, Inc.</a>
registered trademarks are owned by their respective companies. ScummVM is not affiliated in any way with LucasArts, Inc.
"""

# intro_header.tpl
introHeaderScreenshots = "Screenshots"
introHeaderPrevShot = "&laquo; previous"
introHeaderNextShot = "next &raquo;"
introHeaderWhatIs = "What Is ScummVM?"
introHeaderContentP1 = """
ScummVM is a program which allows you to run certain classic graphical
point-and-click adventure games, provided you already have their data files.
The clever part about this: ScummVM just replaces the executables shipped
with the games, allowing you to play them on systems for which they were
never designed!
"""

# LinksPage.php
linksTitle = "Links"
linksContentTitle = "Links"
Expand Down
15 changes: 6 additions & 9 deletions templates/intro_header.tpl
Expand Up @@ -11,7 +11,7 @@
<div class="rbtop">
<div>
<p>
{include file='shadowed_text.tpl' text='Screenshots' shadowcolor='#fff' textcolor='#356a02'}
{include file='shadowed_text.tpl' text='{#introHeaderScreenshots#}' shadowcolor='#fff' textcolor='#356a02'}
</p>
</div>
</div>
Expand All @@ -23,8 +23,8 @@
<div class="rbbot">
<div>
<p>
<a href="screenshots/" id="screenshots_prev">&laquo; previous</a>
<a href="screenshots/" id="screenshots_next">next &raquo;</a>
<a href="screenshots/" id="screenshots_prev">{#introHeaderPrevShot#}</a>
<a href="screenshots/" id="screenshots_next">{#introHeaderNextShot#}</a>
</p>
</div>
</div>
Expand All @@ -35,18 +35,14 @@
<div class="rbtop">
<div>
<p>
{include file='shadowed_text.tpl' text='What Is ScummVM?' shadowcolor='#fff' textcolor='#356a02'}
{include file='shadowed_text.tpl' text='{#introHeaderWhatIs#}' shadowcolor='#fff' textcolor='#356a02'}
</p>
</div>
</div>
<div class="rbcontent">
<div class="rbwrapper">
<p>
ScummVM is a program which allows you to run certain classic graphical
point-and-click adventure games, provided you already have their data files.
The clever part about this: ScummVM just replaces the executables shipped
with the games, allowing you to play them on systems for which they were
never designed!
{#introHeaderContentP1#}
</p>
<p>
ScummVM supports many adventure games, including LucasArts
Expand All @@ -62,6 +58,7 @@
Humongous Entertainment's children's SCUMM games
(including <i>Freddi Fish</i> and <i>Putt Putt</i> games)
and many more.
</p>
<p>
You can find a full list with details on which games are
supported and how well on the
Expand Down

0 comments on commit c75bf15

Please sign in to comment.