This repository has been archived by the owner on Apr 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
106 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
styles/puritytheme/template/event/clausi_recruitment_block.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!-- INCLUDE recruitment_block.html --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
<!-- IF S_DISPLAY_RECRUITMENT_BLOCK --> | ||
<!-- IF S_RECRUITMENT_BLOCK_ACTIVE --> | ||
<div class="panel panel-default"> | ||
<div class="panel-heading"> | ||
<h3 class="panel-title"><a href="http://www.wowprogress.com/guild/{REGION}/{REALM}/{GUILD}" title="{GUILD} - Rekrutierung">Rekrutierung</a></h3> | ||
<h3 class="panel-title"><a href="http://www.wowprogress.com/guild/{REGION}/{REALM}/{GUILD}" title="{GUILD} - Rekrutierung">{L_RECRUITMENT_TITLE}</a></h3> | ||
</div> | ||
<div class="panel-body"> | ||
<!-- BEGIN n_recruitment --> | ||
{n_recruitment.GERMANROLES}<br /> | ||
<div> | ||
<!-- BEGIN n_classes --> | ||
<div> | ||
<div>{n_recruitment.n_classes.CLASS}<!-- IF n_recruitment.ROLES == 'damage' --> ~ {n_recruitment.n_classes.SPEC}<!-- ENDIF --></div> | ||
</div> | ||
<!-- END n_classes --> | ||
</div> | ||
<br /> | ||
<!-- END n_recruitment --> | ||
</div> | ||
<div class="panel-footer"> | ||
<!-- IF S_STARTPAGE --><a href="apply.php" title="Bewerbung">Bewerbung im Forum</a> oder schreibt uns persönlich an!<!-- ENDIF --> | ||
<!-- BEGIN n_roles --> | ||
<!-- IF .n_roles.n_recruit --> | ||
<ul> | ||
<li>{n_roles.NAME} | ||
<ul> | ||
<!-- BEGIN n_recruit --> | ||
<li>{n_roles.n_recruit.CLASS}</li> | ||
<!-- END n_recruit --> | ||
</ul> | ||
</li> | ||
</ul> | ||
<!-- ENDIF --> | ||
<!-- END n_roles --> | ||
</div> | ||
<!-- IF S_STARTPAGE --> | ||
<div class="panel-footer"> | ||
<a href="apply.php" title="Bewerbung">Bewerbung im Forum</a> oder schreibt uns persönlich an! | ||
</div> | ||
<!-- ENDIF --> | ||
</div> | ||
<!-- ENDIF --> |