Hola , he publicado un nuevo video que muestra el poder de un WebServer usando Harbour.
Hi, I post new video of power of harbour using Web Server.
http://xthefull.blogspot.com.es/2016/07/show-webservices-harbour.html
hmpaquito wrote:Hola Rafa,
Sencillamente impresionante todo, pero en especial el planning.
¿ Podrias dar algo más de información de cómo está construido todo ?
¿ Generais el codigo hml / js ?
¿ En el blog hablas de una libreria y templates ? ¿ Teneis alguna libreria para vender ?
A ver si nos puedes contar algo más.
Saludos
{{extend main}}
<div id="wrapper" style="margin-top:30px">
{{include navigation}}
<div id="page-wrapper">
{{include /partials/info}}
</div>
<!-- /#page-wrapper -->
</div>
<!-- /#wrapper -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Information Web Server</h1>
</div>
</div>
<!-- System Core -->
<div class="container-fluid">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Information System Core</h3>
</div>
<div class="panel-body">
<table class="table table-striped">
<tbody>
<tr>
<th width="350" scope="row">OS</th>
<td>{{: OS}}</td>
</tr>
<tr>
<th scope="row">Harbour</th>
<td>{{: VersionH}}</td>
</tr>
<tr>
<th scope="row">Build Date</th>
<td>{{: hb_BuildDate}}</td>
</tr>
<tr>
<th scope="row">Compiler C</th>
<td>{{: hb_Compiler}}</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- Capabilities -->
<div class="container-fluid">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Capabilities</h3>
</div>
<div class="panel-body">
<table class="table table-striped">
<tbody>
{{: rdd}}
</tbody>
</table>
</div>
</div>
</div>
<!-- Variables -->
<div class="container-fluid">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Variables Server</h3>
</div>
<div class="panel-body">
<table class="table table-striped">
<tbody>
{{: serverinfo}}
</tbody>
</table>
</div>
</div>
</div>
Return to Off Topic / Otros temas
Users browsing this forum: No registered users and 13 guests