Exemplo n.º 1
0
/**
 * Returns a single-row-table (for consistency of formatting and markup) containing the critical entry project details.
 * @param CriticalEnquiry $critical_enquiry
 * @return string
 */
function display_supervised_project_profile(SupervisedProject $project = null)
{
    return display_supervised_project($project, "public");
}
Exemplo n.º 2
0
function display_community_based_project(CommunityBasedProject $community_based_project = null, $type, $hide_controls = false)
{
    return display_supervised_project($community_based_project, $type, $hide_controls);
}
Exemplo n.º 3
0
									<td>&nbsp;</td>
									<td><label class="form-required" for="supervisor">Supervisor:</label></td>
									<td><input name="supervisor" type="text" style="width:40%;" value=""></input> <span class="content-small"><strong>Example</strong>: Dr. Nick Riviera</span></td>
								</tr>	
							</tbody>
						</table>	
					</form>
					
					<div class="footer">
						<button class="btn modal-close">Close</button>
						<button class="btn btn-primary pull-right modal-confirm">Update</button>
					</div>
					
				</div>
				<div id="community_based_project"><?php 
        echo display_supervised_project($community_based_project, "admin");
        ?>
</div>
			</div>
		</div>
		
		<div class="section">
			<h3 title="Research" class="collapsable<?php 
        echo $research_citations->isAttentionRequired() ? "" : " collapsed";
        ?>
">Research</h3>
			<div id="research">
				<div id="add_research_citation_link" style="float: right;">
					<a id="add_research_citation" href="<?php 
        echo ENTRADA_URL;
        ?>