forked from svrjs/svrjs
10 lines
519 B
Text
10 lines
519 B
Text
<div style="width: 100%; background-color: #ccc; background-color: rgba(200, 200, 200, 0.3); border: 1px solid green; text-align: left; margin: 10px 0;">
|
|
<div style="float: right;">License: <%= license %></div>
|
|
<div style="font-size: 20px;">
|
|
<b><%= name %></b><% if (author) { %> (by <%= author %>)<% } %>
|
|
</div>
|
|
<div style="font-size: 12px;">
|
|
<%= description %><% if (required) { %><br/>
|
|
<b>Required by SVR.JS.</b><% } %>
|
|
</div>
|
|
</div>
|