Initial commit
This commit is contained in:
12
api-wiaas/server/components/v1/terms/TermsPage.php
Normal file
12
api-wiaas/server/components/v1/terms/TermsPage.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<div id="terms-layer" class="container-fluid col-md-12">
|
||||
<a target="_blank" class="btn btn-primary" href="terms/html/pdfTerms?idTerms=<?php echo $idTerms;?>">{{'terms.buttons.PDF_VERSION' | translate}}</a>
|
||||
|
||||
<div class="row">
|
||||
<div id="term-html" class="term-html">
|
||||
<h3>{{'terms.headers.TERMS' | translate}} V<?php echo $terms['version'] ?></h3>
|
||||
<?php
|
||||
echo $terms['html'];
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user