Sha256: 69c470a38050b866b7395b18d7bff3801cb94e3ae7e3728f35fe23d45c70a77c
Contents?: true
Size: 662 Bytes
Versions: 1
Compression:
Stored size: 662 Bytes
Contents
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"> <Relationship Id="rId1" Target="../slideLayouts/slideLayout9.xml" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/slideLayout"/> <% properties.each_with_index do |property, index| %> <%if property[:type] == 'image'%> <Relationship Id="rId<%= 2 + index %>" Target="../media/<%= URI.parse(property[:file_path].gsub(" ","")).path.split("/").last %>" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/image"/> <% end %> <% end %> </Relationships>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
powerpoint-pro-2.1.0.1 | lib/powerpoint/views/custom_rel.xml.erb |