mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Reduction of moose.lua sizing working now!
This commit is contained in:
28
Utils/luarocks/share/lua/5.1/template/index.lua
Normal file
28
Utils/luarocks/share/lua/5.1/template/index.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
--------------------------------------------------------------------------------
|
||||
-- Copyright (c) 2012-2014 Sierra Wireless.
|
||||
-- All rights reserved. This program and the accompanying materials
|
||||
-- are made available under the terms of the Eclipse Public License v1.0
|
||||
-- which accompanies this distribution, and is available at
|
||||
-- http://www.eclipse.org/legal/epl-v10.html
|
||||
--
|
||||
-- Contributors:
|
||||
-- Kevin KIN-FOO <kkinfoo@sierrawireless.com>
|
||||
-- - initial API and implementation and initial documentation
|
||||
--------------------------------------------------------------------------------
|
||||
return
|
||||
[[#
|
||||
#if _index.modules then
|
||||
<div id="content">
|
||||
<h2>Module$( #_index.modules > 1 and 's' )</h2>
|
||||
<table class="module_list">
|
||||
# for _, module in sortedpairs( _index.modules ) do
|
||||
# if module.tag ~= 'index' then
|
||||
<tr>
|
||||
<td class="name" nowrap="nowrap">$( fulllinkto(module) )</td>
|
||||
<td class="summary">$( module.description and format(module.shortdescription) )</td>
|
||||
</tr>
|
||||
# end
|
||||
# end
|
||||
</table>
|
||||
</div>
|
||||
#end ]]
|
||||
Reference in New Issue
Block a user